home *** CD-ROM | disk | FTP | other *** search
Java Source | 2000-06-23 | 599 b | 22 lines |
- /*
- * QuickTime for Java SDK Sample Code
-
- Usage subject to restrictions in SDK License Agreement
- * Copyright: © 1996-1999 Apple Computer, Inc.
-
- */
- package com.vr;
-
- import quicktime.std.StdQTException;
- import quicktime.std.movies.media.*;
-
- public final class VRMediaHandler extends VideoMediaHandler {
- //_________________________ CLASS METHODS
- VRMediaHandler (int comp, Object ref) {
- super (comp, ref);
- }
-
- // if you need to make native calls you get the native ID from
- // any object you pass in (or from this itself by using: QTObject.ID(this), QTObject.ID(paramArg);
- }
-